-
Home
-
Virtual Public Square
-
0.1.7
-
Code
-
Classes
- BigInteger
| Total Complexity |
25 |
| Dependencies |
4 |
| Dependents |
4 |
| Total lines |
175 |
| Lines of code |
40 |
| Logical lines of code |
23 |
| Comment lines |
89 |
| Methods |
18 |
| Properties |
1 |
Methods 18
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| create() |
A |
48 |
8 |
35 |
| setPrefer() |
S |
80 |
1 |
3 |
| __construct() |
S |
91 |
1 |
2 |
| __clone() |
S |
100 |
1 |
0 |
| _fromString() |
S |
100 |
1 |
0 |
| _fromInteger() |
S |
100 |
1 |
0 |
| __toString() |
S |
100 |
1 |
0 |
| toInteger() |
S |
100 |
1 |
0 |
| isNegative() |
S |
100 |
1 |
0 |
| compare() |
S |
100 |
1 |
0 |
| add() |
S |
100 |
1 |
0 |
| subtract() |
S |
100 |
1 |
0 |
| multiply() |
S |
100 |
1 |
0 |
| modulus() |
S |
100 |
1 |
0 |
| toPower() |
S |
100 |
1 |
0 |
| shiftRight() |
S |
100 |
1 |
0 |
| shiftLeft() |
S |
100 |
1 |
0 |
| absoluteValue() |
S |
100 |
1 |
0 |